home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_116_blast / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  123 b   |  9 lines

  1. if(_root.increaseMetr >= 1)
  2. {
  3.    _root.increaseMetr--;
  4. }
  5. onEnterFrame = function()
  6. {
  7.    this._y += _root.speed;
  8. };
  9.